home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TTRAINFRM / TTRAINFRM.txt
Encoding:
Text File  |  1999-04-26  |  1.8 KB  |  89 lines

  1. object TrainFrm: TTrainFrm
  2.   Left = 253
  3.   Top = 299
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'VoiceNet VRS 98 - Train Voice Command'
  7.   ClientHeight = 109
  8.   ClientWidth = 369
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PleaseTxt: TLabel
  20.     Left = 14
  21.     Top = 17
  22.     Width = 115
  23.     Height = 24
  24.     Caption = 'Please Say ->'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Visible = False
  32.   end
  33.   object Status: TLabel
  34.     Left = 34
  35.     Top = 52
  36.     Width = 95
  37.     Height = 16
  38.     Caption = 'Training Pass ->'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object TrainingPass: TLabel
  47.     Left = 136
  48.     Top = 52
  49.     Width = 32
  50.     Height = 16
  51.     Caption = '1 of 3'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -13
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object DisplayTxt: TEdit
  60.     Left = 136
  61.     Top = 13
  62.     Width = 217
  63.     Height = 32
  64.     Cursor = crNo
  65.     AutoSelect = False
  66.     Color = clGray
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clYellow
  69.     Font.Height = -19
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     ReadOnly = True
  74.     TabOrder = 0
  75.     Text = 'DisplayTxt'
  76.     Visible = False
  77.   end
  78.   object TrnCancelBtn: TButton
  79.     Left = 125
  80.     Top = 77
  81.     Width = 119
  82.     Height = 27
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     TabOrder = 1
  86.     OnClick = TrnCancelBtnClick
  87.   end
  88. end
  89.